let SEmenumove1=("\script\SoundEffects\menumove1.wav");
let SEmenucancel1=("\script\SoundEffects\menucancel1.wav");

let BGhighscore=("\script\Images\Menu\HighScore.png");
let HIselection=("\script\Images\Menu\SelectionHighScore.png");
let HIpoints=("\script\Images\Menu\Points.png");

let HIBG=0;
let EFselection=0;
let EFpoint=0;
let EFpointseasy=[];
let EFpointsnormal=[];
let EFpointshard=[];
let EFpointslunatic=[];
let EFpointsextra=[];
let EFpointsnightmare=[];
let EFpointstrumpcards=[];

let HIselected=1;

LoadSE("\script\SoundEffects\menumove1.wav");
LoadSE("\script\SoundEffects\menucancel1.wav");

LoadGraphic("\script\Images\Menu\HighScore.png");
LoadGraphic("\script\Images\Menu\SelectionHighScore.png");
LoadGraphic("\script\Images\Menu\Points.png");